home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eidos Line Up 2003-04 (Germany)
/
Eidos Line Up 2003-04 (Germany).bin
/
commandos3.swf
/
scripts
/
DefineButton2_154
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-08-06
|
403b
|
18 lines
on(release){
gotoAndPlay(2);
_root.featuresize = 1;
i = 1;
_root.minimiert += i;
trace(_root.minimiert);
if(_root.minimiert == 6)
{
if(_root.gewinnload == 0)
{
_root.inhalt.gewinnlader.gotoAndPlay(2);
loadMovie("gewinn.swf",_root.inhalt.gewinn);
_root.gewinnload = 1;
}
_root.inhalt.gewinn._visible = true;
}
}